.wapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.header{
    position: relative;
    z-index: 999;
}
.header .header-top {
  padding: 24px 0;
  background: #FFFFFF;
  position: relative;
  z-index: 20;
}
.header .header-top .logo {
  float: left;
  width: 766px;
  display: block;
}
.header .header-top .logo img {
  display: block;
  width: 100%;
}
.header .header-top .search-box {
  float: right;
}
.header .header-top .search-box .search-center {
  color: #0068A2;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.header .header-top .search-box .search-center em {
  width: 19px;
  height: 22px;
  background: url(../images/icon-login.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.header .header-top .search-box .search-center a {
  color: #0068A2;
}
.header .header-top .search-box .search-center .login_left {
  display: block;
}
.header .header-top .search-box .search-center .login_after {
  display: none;
  position: relative;
  cursor: pointer;
}
.header .header-top .search-box .search-center .login_after .log_name {
  padding-right: 15px;
  position: relative;
}
.header .header-top .search-box .search-center .login_after .log_name i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #0068A2;
}
.header .header-top .search-box .search-center .login_after .log_exit {
  position: absolute;
  top: 22px;
  right: 0;
  width: 100px;
  line-height: 40px;
  text-align: center;
  background: #0068A2;
  color: #FFFFFF;
  z-index: 10;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}
.header .header-top .search-box .search-center .login_after:hover .log_exit {
  height: 40px;
  opacity: 1;
}
.header .header-top .search-box .search-bottom {
  position: relative;
  border: 1px solid #C0C0C0;
  width: 281px;
  height: 40px;
  line-height: 38px;
  padding: 0 80px 0 39px;
}
.header .header-top .search-box .search-bottom .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon-search.png) no-repeat center center;
  background-size: 19px 19px;
}
.header .header-top .search-box .search-bottom .input {
  display: block;
  width: 100%;
  line-height: 20px;
  padding: 9px 0;
}
.header .header-top .search-box .search-bottom .btn_search {
  position: absolute;
  right: 0;
  top: -1px;
  width: 70px;
  height: 40px;
  border: 0;
  background: #0068A2;
  color: #FFFFFF;
}
.header .header-nav {
  /*background: #0068A2;*/
  /*background: url(../images/nav_bg.png) repeat-x;*/
  /*background-size: 100% 100%;*/
  height: 70px;
  line-height: 70px;
  background: linear-gradient(180deg, rgba(2, 133, 227, 0.7) 0%, rgb(0 104 162) 100%)
}
.header .header-nav .menu_ul {
  margin: 0 -19px;
}
.header .header-nav .menu_ul .menu_li {
  float: left;
  /*margin: 0 18px;*/
  position: relative;
}
.header .header-nav .menu_ul .menu_li .titlea {
  color: #EFEFEF;
  font-size: 18px;
  transition: all 0.3s;
  display: block;
    width: 100%;
    padding: 0 18px;
    /*margin: 25px 0;*/
    /*line-height: 20px;*/
    /*border-left: 1px solid #fff;*/
    position: relative;
    z-index: 20;
}
.header .header-nav .menu_ul .menu_li .titlea::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 25px;
}
.header .header-nav .menu_ul .menu_li:first-child .titlea::before{
    display: none;
}
.header .header-nav .menu_ul .menu_li .secondnav {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background: #0068A2;
  overflow: hidden;
  z-index: 999;
  top: -200px;
  z-index: -1;
  /*transition: 0.3s 0.1s top ease;*/
}
.header .header-nav .menu_ul .menu_li .secondnav .inbox {
  /*padding: 0 14px;*/
  padding: 0;
}
.header .header-nav .menu_ul .menu_li .secondnav .inbox a {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: all .3s;
}
.header .header-nav .menu_ul .menu_li .secondnav .inbox a:hover{
    color: #FFFFFF;
  /*font-weight: bold;*/
  background: #0076ba;
}
.header .header-nav .menu_ul .menu_li .secondnav .inbox a:last-child {
  border-bottom: 0;
}
.header .header-nav .menu_ul .menu_li:hover .secondnav {
  /*opacity: 1;*/
  /*height: auto;*/
  top: 70px;
  transition: 0.3s 0.1s top ease;
  z-index: 10;
}
.header .header-nav .menu_ul .menu_li .titlea:hover,
.header .header-nav .menu_ul .menu_li.on .titlea {
  color: #FFFFFF;
  font-weight: bold;
  background: #0076ba;
}
.header_mobile,
.menuhd {
  display: none;
}
.header_mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  z-index: 10000;
}
.header_mobile .hdbody {
  height: 100%;
}
.header_mobile .logo {
  float: left;
  height: 40px;
  display: block;
  margin-top: 5px;
}
.header_mobile .logo img {
  display: block;
  height: 100%;
}
.header_mobile .burger {
  float: right;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
.header_mobile .burger .x,
.header_mobile .burger .y,
.header_mobile .burger .z {
  position: absolute;
  margin: auto;
  top: 0px;
  background: #4B4948;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.header_mobile .burger .x,
.header_mobile .burger .y,
.header_mobile .burger .z {
  height: 2px;
  width: 20px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.header_mobile .burger .z {
  width: 12px;
  right: 0;
}
.header_mobile .burger .z.squize {
  width: 0;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.header_mobile .burger .y {
  top: 8px;
}
.header_mobile .burger .z {
  top: 17px;
}
.header_mobile .burger .rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
.header_mobile .burger .rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
.header_mobile .burger .rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.header_mobile .burger .rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.header_mobile .burger.open .x,
.header_mobile .burger.open .z {
  width: 24px;
  right: -2px;
  top: 10px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
.menuhd {
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  width: 230px;
  right: -230px;
  opacity: 0;
  position: fixed;
  z-index: 10002;
  background-color: #3458A3;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.menuhd .mobile_log {
  line-height: 50px;
  padding: 0 13px;
  font-size: 18px;
}
.menuhd .mobile_log .unlogin a {
  color: #ffffff;
}
.menuhd .mobile_log .logined {
  color: #ffffff;
}
.menuhd .mobile_log .logined p {
  float: left;
  padding-left: 25px;
  background: url(../images/icon-loginwhite.png) no-repeat left center;
  background-size: 18px 18px;
}
.menuhd .mobile_log .logined button {
  float: right;
  width: 70px;
  height: 36px;
  line-height: 36px;
  margin-top: 6px;
  color: #0068A2;
  font-size: 16px;
  border: 0;
  padding: 0;
  border-radius: 3px;
  background: #ffffff;
}
.menuhd ul {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.menuhd ul li {
  list-style: none;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.menuhd ul li a {
  color: #FFFFFF;
}
.menuhd ul li .titlea {
  display: block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  padding: 0 13px;
  position: relative;
}
.menuhd ul li .titlea .btn-down {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 17px;
  background: url(../images/icon-left.png) no-repeat;
  background-size: 100% 100%;
}
.menuhd ul li .titlea.on .btn-down {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
.menuhd ul li .nextnav {
  display: none;
  background-color: #4374da;
  padding: 16px 13px;
}
.menuhd ul li .nextnav a {
  line-height: 40px;
  font-size: 15px;
  display: block;
}
.menuhd.animate {
  right: 0;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.menuhd.animate ul li {
  -webkit-transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 800ms cubic-bezier(0, 0.995, 0.99, 1);
}
.menuhd.animate ul li:nth-of-type(1) {
  transition-delay: 0s;
}
.menuhd.animate ul li:nth-of-type(2) {
  transition-delay: 0.06s;
}
.menuhd.animate ul li:nth-of-type(3) {
  transition-delay: 0.12s;
}
.menuhd.animate ul li:nth-of-type(4) {
  transition-delay: 0.18s;
}
.menuhd.animate ul li:nth-of-type(5) {
  transition-delay: 0.24s;
}
.screen {
  width: 100%;
  position: relative;
  top: 0px;
  right: 0px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.screen.animate {
  height: 100vh;
  overflow: hidden;
  right: 230px;
  -webkit-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 500ms cubic-bezier(0, 0.995, 0.99, 1);
}
.animate.header_mobile {
  right: 230px;
}
.footer {
  background-color: #F9F9F9;
  padding: 25px 0;
}
.footer .foot_link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot_link a {
  display: block;
  padding: 0 8px;
  border-left: 1px solid #333333;
  line-height: 14px;
  height: 14px;
}
.footer .foot_link a:first-child {
  border-left: 0;
}
.footer .foot_address {
  margin-top: 12px;
  text-align: center;
  color: #666666;
  line-height: 2;
}


.SliderRightBox {
    align-items: center;
    display: flex;
    height: 102px;
    position: fixed;
    right: 10px;
    top: calc(50% - 51px);
    width: 82px;
    z-index: 1000;
}
.SliderRightBox>div{
    border: 1px solid #ddd;
}

.SliderRightBox .itemFlexd {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0;
    /*height: 102px;*/
    margin-top: -1px;
    position: relative;
    width: 82px;
    padding: 10px;
    border-top: 1px solid #ddd;
}
.SliderRightBox .itemFlexd:first-child{
    border-top: 0;
}

.SliderRightBox .itemFlexd > img {
    display: block;
    width: 100%;
}
.SliderRightBox .itemFlexd > p{
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    line-height: 1;
}
.itemFlexd:nth-child(1) a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.WechatCodeBox,.WeChatPublicNumbeBox,.DownloadCodeBox{
    width: 195px !important;
    height: auto !important;
    top: 0 !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.WechatCodeBox {
    /*background: url('https://static.cnfeol.com/images/bg@2x.png?v=2019') no-repeat;*/
    display: none;
    height: 440px;
    left: -210px;
    position: absolute;
    top: -150px;
    width: 211px;
    z-index: 2000;
}
.WechatCodeBox img{
  width: 100%;
  display: block;
}
.WeChatPublicNumbeBox {
    /*background: url('https://static.cnfeol.com/images/bg2@2x.png?v=2019') no-repeat;*/
    display: none;
    height: 439px;
    left: -210px;
    position: absolute;
    top: -80px;
    width: 208px;
    z-index: 2000;
}

.DownloadCodeBox {
    /*background: url('https://static.cnfeol.com/images/bg2@2x.png?v=2019') no-repeat;*/
    bottom: -60px;
    display: none;
    height: 240px;
    left: -210px;
    position: absolute;
    width: 208px;
    z-index: 2000;
    background-size: 100% 100%;
    background-position: top;
}

.WechatCodeBox p {
    color: #666666;
    font-size: 14px;
    padding: 5px 0;
}

.WechatCodeBox p:first-child {
    color: #1ab45e;
    font-size: 16px !important;
    font-weight: bold;
    /*margin: 18px 0 0 26px;*/
}

/*.WechatCodeBox p:nth-child(2) { margin: 8px 0 0 34px; }*/

/*.WechatCodeBox p:nth-child(3) { margin: 8px 0 16px 42px; }*/

/*.WechatCodeBox p:nth-of-type(4),*/
/*.WechatCodeBox p:nth-of-type(6),*/
/*.WechatCodeBox p:nth-of-type(8) { margin: 6px 0 6px 68px; }*/

/*.WechatCodeBox img { margin-left: 38px; }*/

.WechatCodeBox .fg_line {
    background: #eeeeee;
    display: inline-block;
    height: 1px;
    margin-left: 40px;
    margin-top: 0px;
    width: 120px;
}

.WeChatPublicNumbeBox p { font-size: 14px; }

.WeChatPublicNumbeBox p:nth-of-type(1) {
    color: #3d66c4;
    font-size: 16px !important;
    font-weight: bold;
    margin: 20px 0 0 20px;
}

/*.WeChatPublicNumbeBox p:nth-of-type(2) { margin: 10px 0 0 34px; }*/

/*.WeChatPublicNumbeBox p:nth-of-type(3) { margin: 14px 0 10px 22px; }*/

/*.WeChatPublicNumbeBox p:nth-of-type(4) { margin: 14px 0 10px 26px; }*/

.WeChatPublicNumbeBox > span {
    border-top: 1px solid #eeeeee;
    display: block;
    height: 1px;
    margin: 10px 32px;
    width: 120px;
}

.WeChatPublicNumbeBox img {
    display: block;
    margin: 16px 0 0 40px;
}

.DownloadCodeBox p {
    color: #666666;
    font-size: 14px;
}

.DownloadCodeBox p:nth-of-type(1) {
    color: #4373f9;
    font-size: 16px !important;
    font-weight: bold;
    margin: 20px 0 0 25px;
}

.DownloadCodeBox p:nth-of-type(2) { margin: 4px 0 0 38px; }

.DownloadCodeBox p:nth-of-type(3),
.DownloadCodeBox p:nth-of-type(4),
.DownloadCodeBox p:nth-of-type(5) {
    box-sizing: border-box;
    margin: 9px 0px 10px -8px;
    padding-left: 45px;
}

.DownloadCodeBox p:nth-of-type(5) { margin: 9px 0px 9px -2px; }

.DownloadCodeBox img:nth-of-type(1) {
    display: block;
    margin: 12px 0 0 39px;
}

.DownloadCodeBox img:nth-of-type(2),
.DownloadCodeBox img:nth-of-type(3) { margin-left: 39px; }

.DownloadCodeBox span {
    background: #eeeeee;
    display: inline-block;
    height: 1px;
    margin-bottom: 12px;
    margin-left: 40px;
    margin-top: 6px;
    width: 120px;
}

@media (max-width: 768px) {
  body {
    padding-top: 50px;
  }
  .wapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    display: none;
  }
  .header_mobile {
    display: block;
  }
  .footer {
    padding: 16px 0;
  }
  .footer .foot_address {
    font-size: 12px;
  }
}
